home *** CD-ROM | disk | FTP | other *** search
/ ftp.ac-grenoble.fr / 2015.02.ftp.ac-grenoble.fr.tar / ftp.ac-grenoble.fr / assistance.logicielle / TreeSizeFreeSetup.exe / {app} / TreeSizeFree,2.chm / default.css < prev    next >
Cascading Style Sheet File  |  2010-11-15  |  2KB  |  124 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table, tr, th /* Normal */
  4. {
  5.  font-size: 11pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_Answer /* Answer */
  13. {
  14. }
  15. span.f_Code /* Code */
  16. {
  17.  font-size: 9pt;
  18.  font-family: 'Courier New';
  19. }
  20. span.f_CodeExample /* Code Example */
  21. {
  22.  font-size: 9pt;
  23.  font-family: 'Courier New';
  24. }
  25. span.f_Comment /* Comment */
  26. {
  27. }
  28. span.f_GUICommands /* GUI Commands */
  29. {
  30.  font-style: italic;
  31.  font-weight: bold;
  32. }
  33. span.f_GUI-Elements /* GUI-Elements */
  34. {
  35.  font-weight: bold;
  36. }
  37. span.f_Heading1 /* Heading1 */
  38. {
  39.  font-size: 14pt;
  40.  font-weight: bold;
  41.  color: #c86400;
  42. }
  43. span.f_Heading2 /* Heading2 */
  44. {
  45.  font-weight: bold;
  46. }
  47. span.f_Heading3 /* Heading3 */
  48. {
  49.  color: #800000;
  50. }
  51. span.f_ImageCaption /* Image Caption */
  52. {
  53.  font-size: 8pt;
  54.  font-weight: bold;
  55. }
  56. span.f_News /* News */
  57. {
  58. }
  59. span.f_Notes /* Notes */
  60. {
  61. }
  62. span.f_Popup /* Popup */
  63. {
  64.  font-size: 9pt;
  65. }
  66. span.f_Question /* Question */
  67. {
  68.  font-weight: bold;
  69. }
  70. /* Paragraph styles */
  71. p /* Normal */
  72. {
  73.  text-align: justify;
  74.  text-indent: 0px;
  75.  padding: 0px 0px 0px 0px;
  76.  margin: 0px 0px 10px 0px;
  77. }
  78. .p_Answer /* Answer */
  79. {
  80.  text-indent: -19px;
  81.  margin: 0px 0px 12px 19px;
  82. }
  83. .p_CodeExample /* Code Example */
  84. {
  85.  text-align: left;
  86. }
  87. .p_Comment /* Comment */
  88. {
  89. }
  90. .p_Heading1 /* Heading1 */
  91. {
  92.  text-align: left;
  93. }
  94. .p_Heading2 /* Heading2 */
  95. {
  96.  margin: 10px 0px 6px 0px;
  97. }
  98. .p_Heading3 /* Heading3 */
  99. {
  100.  text-align: left;
  101. }
  102. .p_ImageCaption /* Image Caption */
  103. {
  104.  text-align: center;
  105. }
  106. .p_News /* News */
  107. {
  108.  margin: 0px 0px 0px 0px;
  109. }
  110. .p_Notes /* Notes */
  111. {
  112.  margin: 0px 0px 0px 0px;
  113. }
  114. .p_Popup /* Popup */
  115. {
  116.  text-align: left;
  117.  margin: 0px 0px 0px 0px;
  118. }
  119. .p_Question /* Question */
  120. {
  121.  text-indent: -19px;
  122.  margin: 0px 0px 0px 19px;
  123. }
  124.